Skip to main content
GET
/
v1
/
tag
/
{uid}
/
owners
[TBC] /publisher/:uid/owners
curl --request GET \
  --url https://api.tagdeliver.com/v1/tag/{uid}/owners \
  --header 'Authorization: Bearer <token>'
{
  "results": [
    {
      "id": 0,
      "name": "CORE"
    },
    {
      "id": 3,
      "name": "DEMO"
    }
  ],
  "success": true
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

uid
integer
required

Publisher ID

Response

200 - application/json
results
object[]
required
success
boolean
required